home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / z / zeus2.dms / zeus2.adf / Developers / Include / proto / pipeutil.h < prev   
C/C++ Source or Header  |  1995-07-04  |  820b  |  23 lines

  1. /**********************************************************************/
  2. /*                                                                    */
  3. /*                   PIPEUTIL LIBRARY INCLUDE FILE                    */
  4. /*                                                                    */
  5. /*                         © 1993 Nick Loman                          */
  6. /*                                                                    */
  7. /**********************************************************************/
  8.  
  9. #ifndef PROTO_PIPEUTIL_H
  10. #define PROTO_PIPEUTIL_H
  11. #ifndef PLFILE_H
  12. #include <plfile.h>
  13. #endif
  14. #ifndef PLMSG_H
  15. #include <plmsg.h>
  16. #endif
  17. #include <exec/types.h>
  18. #include <libraries/pipeutil.h>
  19. extern struct Library *PipeUtilBase;
  20. #include <clib/pipeutil_protos.h>
  21. #include <pragmas/pipeutil_pragmas.h>
  22. #endif
  23.